home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / gdb-4.12 / sim / h8300 / changelo next >
Encoding:
Text File  |  1994-02-03  |  3.7 KB  |  118 lines

  1. Sat Dec 11 16:32:36 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  2.  
  3.     * compile.c: Tidy up formatting. (sim_resume): Add orc, xorc,
  4.     andc.  Poll for interrupts.
  5.  
  6. Thu Oct 28 19:29:34 1993  Doug Evans  (dje@canuck.cygnus.com)
  7.  
  8.     * compile.c: #include "ansidecl.h" for remote-sim.h.
  9.  
  10. Tue Oct 26 09:43:36 1993  Doug Evans  (dje@canuck.cygnus.com)
  11.  
  12.     * Makefile.in (CSEARCH): Add -I$(srcdir)/../../gdb
  13.     * compile.c: #include "remote-sim.h".
  14.     (sim_resume): New arg siggnal.
  15.     (sim_write): Use SIM_ADDR for type of arg addr.
  16.     Always return a value.
  17.     (sim_read): Ditto.
  18.     (sim_store_register): Result is type int.
  19.     (sim_fetch_register): Ditto.
  20.     (sim_stop_reason): Renamed from sim_stop_signal.
  21.     (sim_set_pc): Use SIM_ADDR for type of arg pc.
  22.     (sim_info): int result, new arg printf_fn.
  23.     (sim_kill): int result.
  24.     (sim_open): int result, new arg name.
  25.     * run.c (main): Use sim_set_pc to set pc.
  26.     Update call to sim_info.
  27.  
  28. Sat Oct 23 15:01:18 1993  Doug Evans  (dje@canuck.cygnus.com)
  29.  
  30.     * compile.c (sim_stop_signal): Result is now enum sim_stop.
  31.  
  32. Fri Oct 15 23:49:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
  33.  
  34.     * compile.c (sim_kill, sim_open, sim_set_args): New functions.
  35.  
  36. Thu Oct  7 16:24:10 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  37.  
  38.     * compile.c (sim_set_pc): Write to the pc direcly.
  39.     (sim_store_register): Now value is passed by reference. (sim_read,
  40.     sim_write): Return number of bytes copied.
  41.  
  42. Tue Aug 17 07:16:15 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  43.  
  44.     * compile.c (mop): New function to do multiplies.
  45.  
  46. Fri Jul 16 13:53:53 1993  Doug Evans  (dje@canuck.cygnus.com)
  47.  
  48.     * compile.c (sim_resume): Add support for nop insn.
  49.  
  50. Thu Jul 15 09:59:01 1993  Doug Evans  (dje@canuck.cygnus.com)
  51.  
  52.     * compile.c: Reset HMODE back to zero (accidently set it to 1).
  53.  
  54.     * run.c (main): If h8/300h binary detected, call set_h8300h.
  55.     * compile.c (sim_resume): Fix O_NEG insn.
  56.  
  57. Fri Jul  9 14:36:48 1993  Doug Evans  (dje@canuck.cygnus.com)
  58.  
  59.     * run.c (main): Add -h flag to enable h8/300h emulation.
  60.     * compile.c: Rename Hmode to HMODE (consistency with gdb).
  61.     (set_h8300h): New function.
  62.     (sim_resume): Add support for extu,exts insns.
  63.     (sim_resume): Fix logical right shifting.
  64.     (sim_resume, label alu32): Fix setting of carry flag.
  65.     
  66. Sun Jul  4 00:35:41 1993  Doug Evans  (dje@canuck.cygnus.com)
  67.  
  68.     * compile.c (sim_csize): Initialize cpu.cache.
  69.  
  70. Fri Jul  2 17:42:59 1993  Doug Evans  (dje@canuck.cygnus.com)
  71.  
  72.     * Makefile.in: Add -I../../bfd to pick up bfd.h.
  73.  
  74. Thu Jun 24 13:40:12 1993  Doug Evans  (dje@canuck.cygnus.com)
  75.  
  76.     * run.c (main): Fix parsing of args.
  77.  
  78.     * compile.c (sim_resume): Fix shll insn.
  79.  
  80. Tue Jun  8 14:16:46 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
  81.  
  82.     * compile.c: New file, supports H8/300H.
  83.     * p1,p3, gencode.c, state.h, writecode.c All dead and obsolete.
  84.  
  85. Tue Jun  1 11:14:59 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  86.  
  87.     * run.c (main): Add -v to print info.
  88.     * p3.c (sim_info):  New function.
  89.  
  90. Mon Mar 15 15:48:31 1993  Ian Lance Taylor  (ian@cygnus.com)
  91.  
  92.     * h8300.mt (DO_INSTALL): Renamed from INSTALL.
  93.  
  94. Wed Mar  3 15:06:53 1993  Steve Chamberlain  (sac@poseidon.cygnus.com)
  95.  
  96.     * Makefile.in: Don't use cb or indent
  97.     * p1.c, state.h, writecode.c: lint
  98.  
  99. Mon Feb  1 16:44:58 1993  John Gilmore  (gnu@cygnus.com)
  100.  
  101.     * Makefile.in:  Make SunOS halfdone VPATH work.
  102.     * p1.c:  Lint picked up by HP native compiler.
  103.  
  104. Mon Jan  4 12:32:35 1993  Steve Chamberlain  (sac@wahini.cygnus.com)
  105.  
  106.     * p1.c (sim_resume): when running on dos, any character typed to
  107.     the keyboard will cause a simulated exception.
  108.  
  109. Sun Jan  3 14:15:07 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
  110.  
  111.     * p1.c, p3.c, run.c, writecode.c: all used h8/300 opcodes in and
  112.     running
  113.  
  114. Tue Dec 22 13:56:48 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
  115.  
  116.     * new 
  117.  
  118.